Params

interface Params

The parameters of the AuthenticateCallback.

Functions

Link copied to clipboard
open fun browser(): Optional<Browser>
Returns an Optional that contains the Browser instance initiated this authentication request or an empty Optional if it has not been determined or not available anymore.
Link copied to clipboard
open fun hostPort(): HostPort
Returns the host-port pair identifying the service that requests the authentication.
Link copied to clipboard
open fun isProxy(): Boolean
Returns true if the request is issued by a proxy server.
Link copied to clipboard
open fun scheme(): String
Returns the requested authentication scheme, such as "basic" or "digest".
Link copied to clipboard
open fun url(): String
Returns a string that represents the URL of the request that requires an authentication.